home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / checkbox / tests / audio.txt next >
Text File  |  2009-11-06  |  4KB  |  112 lines

  1. plugin: manual
  2. name: playback_auto
  3. requires:
  4.  device.category == 'AUDIO'
  5.  package.name == 'python-gst0.10'
  6. command: gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink'
  7. description:
  8.  Click the Test button to play a sound on the automatically detected \
  9.  playback device.
  10.  .
  11.  Do you hear a sound?
  12.  
  13. plugin: manual
  14. name: list_audio_devices
  15. requires:
  16.  device.category == 'AUDIO'
  17.  package.name == 'alsa-base'
  18. command: cat /proc/asound/cards
  19. description:
  20.  Detecting your sound device(s):
  21.  .
  22.  $output
  23.  .
  24.  Is this correct?
  25.  
  26. plugin: manual
  27. name: alsa_record_playback_internal
  28. requires:
  29.  device.category == 'AUDIO'
  30.  package.name == 'alsa-base'
  31. command: alsa_record_playback
  32. description:
  33.  Disconnect any external microphones that you have plugged in.  \
  34.  Click the Test button, then speak into your internal microphone.  \
  35.  After a few seconds, your speech will be played back to you.
  36.  .
  37.  Did you hear your speech played back?
  38.  
  39. plugin: manual
  40. name: alsa_record_playback_external
  41. requires:
  42.  device.category == 'AUDIO'
  43.  package.name == 'alsa-base'
  44. command: alsa_record_playback
  45. description:
  46.  Connect a microphone to your microphone port.  \
  47.  Click the Test button, then speak into the microphone.  \
  48.  After a few seconds, your speech will be played back to you.
  49.  .
  50.  Did you hear your speech played back?
  51.  
  52. plugin: manual
  53. name: alsa_record_playback_bluetooth
  54. requires:
  55.  device.category == 'AUDIO'
  56.  package.name == 'alsa-base'
  57. command: alsa_record_playback
  58. description:
  59.  Pair a Bluetooth headset with your system.  Then open the \
  60.  volume control application by right-clicking on the speaker \
  61.  icon in the panel and selecting "Sound Preferences".  Select \
  62.  the "Input" tab and choose your Bluetooth device.  Select the \
  63.  "Output" tab and choose your Bluetooth device.  When you are done, \
  64.  click the Test button, then speak into the microphone.  \
  65.  After a few seconds, your speech will be played back to you.
  66.  .
  67.  Did you hear your speech played back?
  68.  
  69. plugin: automatic
  70. name: audio_detect_silence
  71. requires:
  72.  package.name == 'sox'
  73.  device.category == 'AUDIO'
  74. command: audio_detect_silence
  75. description:
  76.  Play back a sound on the default output and listen for it on the default \
  77.  input.  This makes the most sense when the output and input are directly \
  78.  connected, as with a patch cable.
  79.  
  80. plugin: manual
  81. name: alsa_record_playback_usb
  82. requires:
  83.  device.category == 'AUDIO'
  84.  package.name == 'alsa-base'
  85. command: alsa_record_playback
  86. description:
  87.  Connect a USB audio device to your system.  Then open the \
  88.  volume control application by right-clicking on the speaker \
  89.  icon in the panel and selecting "Sound Preferences".  Select \
  90.  the "Input" tab and choose your USB device.  Select the \
  91.  "Output" tab and choose your USB device.  When you are done, \
  92.  click the Test button, then speak into the microphone.  \
  93.  After a few seconds, your speech will be played back to you.
  94.  .
  95.  Did you hear your speech played back?
  96.  
  97. plugin: manual
  98. name: alsa_record_playback_alternates
  99. requires:
  100.  device.category == 'AUDIO'
  101.  package.name == 'alsa-base'
  102. command: alsa_record_playback
  103. description:
  104.  Open the volume control application by right-clicking on the speaker \
  105.  icon in the panel and selecting "Sound Preferences".  Select \
  106.  the "Input" tab and choose any alternate (non-default) device(s).  Select the \
  107.  "Output" tab and choose any alternate (non-default) device(s).  When you are \
  108.  done, click the Test button, then speak into the microphone.  \
  109.  After a few seconds, your speech will be played back to you.
  110.  .
  111.  Did you hear your speech played back?
  112.